home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / drgnsmth.cpt / Dragonsmith 1.1 / Base files / Utilities / ResourceUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-13  |  186 b   |  13 lines

  1. /*
  2.     ResourceUtils.h
  3. */
  4.  
  5. #pragma    once
  6.  
  7. #ifndef kInvalidRefNum
  8. #define    kInvalidRefNum    -1
  9. #endif
  10.  
  11. OSErr SaveRes (Handle h);
  12. OSErr CopyResHandle (Handle h, short destRF, Boolean overwrite);
  13.